home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 July
/
Macworld (1999-07).dmg
/
Serious Software
/
OpenWorld demo 2.0
/
Development
/
Utils
/
Debug
/
Debug.h
< prev
next >
Wrap
Text File
|
1994-01-05
|
252b
|
13 lines
#ifndef _DEBUGWINDOW_H_
#define _DEBUGWINDOW_H_
void BeginDebug ( void );
void EndDebug ( void );
void Debug ( char *format, ... );
void DebugHexDump ( char *buffer, short length );
void ClearDebugWindow (void);
void DebugTimestamp ( void );
#endif